inherited FileFormatManagerDialog: TFileFormatManagerDialog HelpType = htKeyword HelpKeyword = 'Managing_File_Formats' BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSizeable Caption = 'File Formats' ClientHeight = 488 ClientWidth = 716 Constraints.MinHeight = 522 Constraints.MinWidth = 724 OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TUiBevel Left = 0 Top = 0 Width = 716 Height = 8 Align = alTop Shape = bsSpacer end object Bevel2: TUiBevel Left = 0 Top = 8 Width = 8 Height = 435 Align = alLeft Shape = bsSpacer end object Bevel3: TUiBevel Left = 275 Top = 8 Width = 8 Height = 435 Align = alRight Shape = bsSpacer end object SelectPanel: TUiPanel Left = 8 Top = 8 Width = 267 Height = 435 Align = alClient BevelOuter = bvNone TabOrder = 0 object DefaultLbl: TUiLabel Left = 0 Top = 355 Width = 267 Height = 17 Align = alBottom AutoSize = False Caption = 'Edit file format defaults:' FocusControl = DefaultLB Layout = tlBottom end object ListView: TUiListView Left = 0 Top = 0 Width = 267 Height = 322 Align = alClient Checkboxes = True Columns = < item AutoSize = True end item AutoSize = True end> ColumnClick = False DragMode = dmAutomatic RowSelect = True PopupMenu = ListPopup SmallImages = BcImages.MainImages TabOrder = 0 ViewStyle = vsReport OnCustomDrawItem = ListViewCustomDrawItem OnCustomDrawSubItem = ListViewCustomDrawSubItem OnEdited = ListViewEdited OnEditing = ListViewEditing OnDragDrop = ListViewDragDrop OnDragOver = ListViewDragOver OnKeyDown = ListViewKeyDown OnSelectItem = ListViewSelectItem OnCancelEdit = ListViewCancelEdit OnCheckItem = ListViewCheckItem end object DefaultLB: TUiListBox Left = 0 Top = 372 Width = 267 Height = 63 Style = lbOwnerDrawFixed Align = alBottom ItemHeight = 18 TabOrder = 1 OnClick = DefaultLBClick OnDrawItem = DefaultLBDrawItem end object ListPanel: TUiPanel Left = 0 Top = 322 Width = 267 Height = 33 Align = alBottom BevelOuter = bvNone TabOrder = 2 object NewBtn: TUiButton Left = 0 Top = 0 Caption = '&New...' TabOrder = 0 OnClick = NewClick AutoSize = asLeft MinWidth = 0 end object SaveAsBtn: TUiButton Left = 47 Top = 0 Caption = 'Save &As...' TabOrder = 1 OnClick = SaveAsClick AutoSize = asLeft MinWidth = 0 end object MoveUpBtn: TUiBitBtn Tag = -1 Left = 112 Top = 0 Width = 24 Hint = 'Move Up' TabOrder = 2 OnClick = MoveClick ImageIndex = imgUp Images = BcImages.MainImages end object MoveDownBtn: TUiBitBtn Tag = 1 Left = 136 Top = 0 Width = 24 Hint = 'Move Down' TabOrder = 3 OnClick = MoveClick ImageIndex = imgDown Images = BcImages.MainImages end object DeleteBtn: TUiButton Left = 160 Top = 0 Caption = '&Delete' TabOrder = 4 OnClick = DeleteClick AutoSize = asLeft MinWidth = 0 end end end object EditPanel: TUiPanel Left = 283 Top = 8 Width = 433 Height = 435 Align = alRight BevelOuter = bvNone TabOrder = 1 object EditResBtn: TUiButton Left = 0 Top = 408 Caption = 'Factory Defaults' TabOrder = 0 OnClick = EditResClick AutoSize = asLeft end object EditSaveBtn: TUiButton Left = 193 Top = 408 Caption = '&Save' TabOrder = 1 OnClick = EditSaveClick AutoSize = asRight end object EditSaveAsBtn: TUiButton Left = 273 Top = 408 Caption = 'Save &As...' TabOrder = 2 OnClick = EditSaveAsClick AutoSize = asRight end object EditCancelBtn: TUiButton Left = 353 Top = 408 Caption = 'Cancel' TabOrder = 3 OnClick = EditCancelClick AutoSize = asRight end end object BottomPanel: TUiPanel Left = 0 Top = 443 Width = 716 Height = 45 Align = alBottom BevelOuter = bvNone TabOrder = 2 SizeGripper = True DesignSize = ( 716 45) object Bevel4: TUiBevel Left = 0 Top = 7 Width = 716 Height = 2 Align = alTop Shape = bsTopLine end object Bevel5: TUiBevel Left = 0 Top = 0 Width = 716 Height = 7 Align = alTop Shape = bsSpacer end object FormatsLbl: TUiLabel Left = 8 Top = 24 Height = 13 Caption = 'Additional file formats available at:' end object FormatsURL: TUiUrlLabel Left = 174 Top = 24 Width = 207 Height = 13 Caption = 'http://www.scootersoftware.com/v3formats' URL = 'http://www.scootersoftware.com/v3formats' end object CloseBtn: TUiButton Left = 636 Top = 16 Anchors = [akTop, akRight] Cancel = True Caption = 'Close' Default = True ModalResult = 2 TabOrder = 0 AutoSize = asRight end end object ListPopup: TUiPopupMenu Left = 9 Top = 8 object NewSubItem: TUiSubmenuItem Caption = 'New' end object SaveAsItem: TUiMenuItem Caption = 'Save As...' OnClick = SaveAsClick end object DeleteItem: TUiMenuItem Caption = 'Delete' ShortCut = 46 OnClick = DeleteClick end object RenameItem: TUiMenuItem Caption = 'Rename' ShortCut = 113 OnClick = RenameClick end end end